home *** CD-ROM | disk | FTP | other *** search
/ Zoom 1 / Zoom (1995)(Active Software, Ground Zero).iso / utils / u480.dms / u480.adf / Ishar2 / install2 < prev    next >
Text File  |  1992-09-02  |  725b  |  25 lines

  1. aab:c/assign prevC: c:
  2. aab:c/assign c: aab:c
  3. echo "Ishar(Multi-Language) HD-Install By Instigist/AAB"
  4. echo ""
  5. echo "This program will create a directory on your hard drive"
  6. echo "and copy all the files neccessary to run Ishar on your hard"
  7. echo "disk... This will be your last chance to abort:"
  8. echo ""
  9.  
  10. ask "Do you wish to continue with Install (Y to install, N to quit) :"
  11.  
  12. if not warn 
  13.     echo "Installation cancelled*N"
  14.     skip bagit
  15. endif
  16.  
  17. echo "*NType the name of the disk and folder where you wish to install"
  18. echo "Ishar. Enclose the name in DOUBLE QUOTES. For example, *"dh1:Ishar*"."
  19. execute >NIL: <"con:0/100/640/30/Enter the disk and directory name : " aab:install3 ?
  20.  
  21. lab bagit
  22. assign c: prevC:
  23. assign prevC:
  24. endcli
  25.